/**
* GtkWidget::mnemonic-activate:
* @widget: the object which received the signal.
- * @arg1:
+ * @group_cycling: %TRUE if there are other widgets with the same mnemonic
+ *
+ * The default handler for this signal activates @widget if @group_cycling
+ * is %FALSE, or just makes @widget grab focus if @group_cycling is %TRUE.
*
* Returns: %TRUE to stop other handlers from being invoked for the event.
* %FALSE to propagate the event further.
/**
* gtk_widget_mnemonic_activate:
* @widget: a #GtkWidget
- * @group_cycling: %TRUE if there are other widgets with the same mnemonic
+ * @group_cycling: %TRUE if there are other widgets with the same mnemonic
*
* Emits the #GtkWidget::mnemonic-activate signal.
*
- * The default handler for this signal activates the @widget if
- * @group_cycling is %FALSE, and just grabs the focus if @group_cycling
- * is %TRUE.
- *
* Returns: %TRUE if the signal has been handled
*/
gboolean